home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / qac100b.zip / QAC.CFG next >
Text File  |  1993-01-14  |  2KB  |  47 lines

  1. ;       Config file for QAC archive converter
  2. ;
  3. ; All lines that start with a ';' or ' ' are ignored
  4. ; QAC uses 'FLSEARCH.CTL' if QBBS, 'FLSEARCH.BBS' if SBBS
  5. ; QAC will update the 'FILES.BBS' whenever archive type is changed. 
  6. ; QAC uses newest file date in archive unless paths stored with filename 
  7. ;                                           Hope to have that fixed soon
  8. ;
  9. ; I have tested ARJ/LZH/ZIP archives and they appear to be working ok
  10. ; the other archive types should be watched closely
  11. ;
  12. ; Please report any problems or changed you think might be needed.
  13. ; This is not finished by any means.
  14. ;
  15. ; Contact Fred Feldman at Briefcase BBS - FidoNet 1:124/4222 - (214)401-3314
  16. ;
  17. ; I plan on adding support for converting archives inside of archives also.
  18. ;
  19. ;
  20. ;
  21. SBBS                                  ; What type of BBS is it
  22. BBS C:\SBBS                           ; Where FLSEARCH.BBS/CTL are located
  23. ARCHIVE C:\UTIL\MISC                  ; Where Archivers are located
  24. WORK C:\SBBS\WORK                     ; Work directory for processing files
  25. ;                                     ; Has to be on same drive as bbs dir
  26. ;                                     ; for now.                      
  27. UPDATE                                ; Update the files.bbs file list
  28. ; REARC                               ; Rearchive same type archive
  29. ;
  30. ; Archive definitions for QAC
  31. ;                       Compress            Decompress
  32. TYPE  ARC         "-a"                          " "         ; PKPAK/PKUNPAK
  33. TYPE  ARJ         "a -a -jt -y -r"              "x -a -y"   ; ARJ
  34. TYPE  LZH         "a -amnpr"                    "x /xm -n"  ; LHA
  35. TYPE  PAK         "a /I"                        "e /I"      ; PAK
  36. TYPE  SDN         "ai"                          "e"         ; PAK
  37. TYPE  ZIP         "-a -ex -jhsr -whsr -rp -o"   "-d -jhsr"  ; PKZIP/PKUNZIP
  38. TYPE  ZOO         "a           "                "e//"       ; ZOO
  39. ;
  40. ;
  41.  
  42.  
  43.  
  44.  
  45.  
  46.